home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / vm-limit_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  193b  |  8 lines

  1. #ifndef __VM_LIMIT_P_H__
  2. #define __VM_LIMIT_P_H__
  3.  
  4. extern _VOID_ check_memory_limits _P_((void));
  5. extern _VOID_ memory_warnings _P_((pointer start, void (*warnfun)(char *str)));
  6.  
  7. #endif
  8.